home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Bus / M / MouseDroppings Hints.cpt / Mouse Droppings Hints / Mouse Droppings Hint Folder / 1988 Hints / 09_88 MacHint < prev    next >
Encoding:
Text File  |  1990-11-20  |  11.6 KB  |  208 lines

  1. A Jet For Your Mac
  2. San Diego MUG suggests that you might consider a HP DeskJet if you have been looking at the ImageWriter LQ. A cable called The Grappler from Orange Micro makes it work with the Mac, ands the ImageWriter LQ driver will drive it OK. The graphics on the DeskJet might make you buy it.
  3.  
  4. The Frugal Installer
  5. If you don’t have a hard disk, be sure you use the Installer program to update to any new system. This will insure that unneeded resources are not installed in your System Folder. For instance, you don’t need color resources unless you have a Mac II, and the Installer knows that.
  6.  
  7. The Little Old Problem Utility
  8. MacroMaker, which comes with the new 6.0 System Set, conflicts with lots of other INITs, including Font/DA Juggler and CPSSaveDeletes. And that ain’t all! It conflicts with lots of things, so watch it.
  9.  
  10. Using the Control Key
  11. If you have an extended keyboard, the Control key will let you type the infamous command symbol, check mark, apple and diamond. They can be reached with Control/Q|R|T|S respectively. To see these symbols, open KeyCaps and press the Control key.
  12.  
  13. Frozen Screen á la Mode
  14. If your screen freezes when using DAs under Multifinder, try increasing the memory allotment for DA Handler. Apple gave it 16k. You may want as much as 80k. Thanks, Doug Miles.
  15.  
  16. The Case of the Missing Documents
  17. If you copy an entire folder from one disk to another, and this folder replaces one with the same name on the target disk, don’t forget that the folder being copied will replace the folder on the target disk, including files in the target disk folder which ARE NOT INCLUDED in the folder coming over from the source disk.
  18. Be safe. Open both folders and check to see what is going to happen before you lose valuable documents.
  19.  
  20. Why Do You Want To Do That?
  21. You can put both fonts and DAs into a single suitcase — and it doesn’t matter whether it is a font suitcase or a DA suitcase. To do this, hold down the Option key while clicking Open in Font/DA Mover. You won’t see DAs while moving fonts, and vice versa, but trust me — you can load both kinds in one suitcase.
  22.  
  23. Grayed Out HyperCard Buttons
  24. Would you like to show a grayed out button in HyperCard? Here is how. Use a screen dump of the button. Take it into MacPaint or some bitmap paint program. Clean it up. Use the paint bucket to dump gray into each letter and the frame of the button. Copy this grayed button to the Clipboard. Go to the HyperCard card. Paste the grayed button. Position it exactly over the regular button of the same name. Now a show/hide script will let you hide the real button and show the grayed out button when you need it.
  25.  
  26. Making a Scrolling List Box
  27. You can make a scrolling list box (like the list of Fonts in Font/DA Mover) in HyperCard which correctly highlights any item clicked on, simultaneously moving highlighting from any other item in the list. Here is a script which Frank Patrick used in his XRef-Text stack:
  28.  
  29. on mouseUp
  30.   get the clickLoc
  31.   put item 1 of it into Hmouse
  32.   put item 2 of it into Vmouse
  33.   set the lockText of me to false
  34.   get the rect of me
  35.   click at item 1 of it + 1,Vmouse
  36.   put item 4 of it - item 2 of it - 2 into fieldHeight
  37.   put fieldHeight / the textHeight of me into numLines
  38.   if Vmouse > (numLines - 1) * the textHeight of me¬
  39.   + item 2 of it then
  40.     click at item 1 of it + 1,item 4 of it - 1 with shiftKey
  41.   else
  42.     click at item 1 of it + 1,Vmouse + the textHeight¬
  43.     of me with shiftKey
  44.   end if
  45.   set the lockText of me to true
  46. end mouseUp
  47.  
  48. Locked Out?
  49. Did you lock yourself out of a HyperCard stack? Make a new card in any other stack. Put a large scrolling field on it. Use the message box and type:
  50.  
  51. put script of stack "Source" into card field "Target" -- where 
  52. --"Source" is the name of your locked stack and "Target" -- is the name of the card field you just created
  53.  
  54. Now fix the script so it won't keep you locked out. Put the edited script back into your "locked" stack with this message in the message box:
  55.  
  56. set the script of "Source" to card field "Target"
  57.  
  58. Movin' Around in Word 3.0X
  59. If you leave your current location in Word 3.0X and go to another page, the easy way is to use Command/Option/S to split the screen. Scroll to the other page. Make your changes. Now use Command/Option/W to get you back to your original place. A quick Command/Option/S closes the split screen for you.
  60.  
  61. Simple Works Trick
  62. Are you trying to repeat field information in MS Works by using Command/" and it won't work? OK, did you turn off any "curly quote" INITs? Since a curly quote INIT makes your " mark into a curly quote, Works does not get the intended message. Turn off the curly quote INIT and go to town.
  63.  
  64. Travelers' Advisory
  65. Check these out for yourself, but airline travelers say that Macs fit under the seat in L-1011's and in the overhead on 737s.
  66.  
  67. Can You Talk and Modem at The Same Time?
  68. Try this: you have only one phone line. You call  another Macintosh owner. You talk for a while, then you want to up or download. You get  communications program up and running on both Macs. Now one party types ATA and a Return. The other party then types ATD and a Return. Both parties hang up the phone and they are connected by modem to download or upload. Thanks Mike Jetzer of MadMacNews, Madison, WI MUG.
  69.  
  70. Word Accelerator Trick
  71. Want Word 3.0X to move faster?  In Full Menus, pull down the Edit menu and select Preferences. Now checkmark both the checkmark boxes. Word will now keep everything in RAM, increasing the speed of operation considerably. Thanks, Eugene, Oregon MUG and the Word 3.0 manual.
  72.  
  73. Setting the LockScreen
  74. In HyperCard, setting lockScreen to true or false is NOT a toggle command. That means if you accidentally lock the screen with two lines of script, it won't unlock until you unlock it twice in the script.
  75.  
  76. Attention: Serial Hard Drive Owners!
  77. If you want a fast way to transfer control from a floppy to the hard drive, install Agar (a very small virus checker) on the hard disk. Since Agar opens, checks for viruses and closes quickly, it is a rapid way to move control to the hard disk. 
  78. Not to mention the fact that you will be checking for viruses at the same time.
  79.  
  80. Check Your SE's Serial Number
  81. If your SE's serial is preceded by F749xxxx, you have a video screen jitter. The good news is that SE’s with this serial rate a free quiet fan, since part of the jitter fix is the new fan. If you have a newer SE, live with that fan unless you want to pay Apple's $90+ upgrade price for a new fan installation.
  82.  
  83. Pagemaker Quickies
  84. • 400% view? Hold the Shift key down while selecting 200%.
  85. • Want fit in window view on the next page? Shift click the page number and that's what you get.
  86. • Hold the Shift key down while going to Page # X and you get a slide show of all pages of the document. Stop it by clicking on the chosen page.
  87. • Shift/Revert reverts to the last mini-save instead of the last Save.
  88. • Shift/Edit in Define Colors gives you the Apple color wheel instead of the editing menu.
  89. • Option/Print gives you the Apple Print dialog box instead of the Aldus version. Now hold down Option while selecting OK, and you get Apple's LaserWriter option dialog box.
  90. • Command/Click a style name to bring up its editing box.
  91. • Command/Click a color to edit it.
  92.  
  93. Craziest Idea Yet
  94. This idea was seriously suggested as keyboard maintenance. Disconnect the keyboard. Hold it upside down. Blow sharply into the keys in short bursts.
  95. Guess it couldn't hurt.
  96.  
  97. Double Clicking in FullWrite
  98. If you double click a word in FullWrite and delete it, don’t forget to put in a backspace, because FullWrite leaves two spaces when you delete a word.
  99.  
  100. The Good INIT List
  101. These INITs have been tried with System Set 6.0 by members of Conejo-Ventura (CA) MUG, and they all work (but maybe not all at once -- they didn't say):
  102. Aask    ApFont 3.0
  103. Boot Paths    Choose cdev
  104. Color Cursor    Desktop Manager
  105. Dialog Keys 1.1    Font/DA Juggler Plus
  106. hierDA 0.9962    Kolor
  107. MacEnvy    Map
  108. MenuClock 1.4 and up    MF Menu+ 
  109. Moire    NoIBM
  110. On Cue    Pop Keys
  111. Pyro 2.1    QuickFolder
  112. QuicKeys 1.1    Programmers Key & TMON
  113. ScrapSaver 1.2    SCSI Bus 1.0b5
  114. SCSI Parker    SetNode
  115. SFScrollINIT    SFVol 1.1
  116. Sound Master 1.2    Suitcase 1.2.1 and up
  117. SuperClock!    The GuardDog
  118. ToggleCache    Vaccine
  119.  
  120. Why Do You Want To Do This?
  121. Here is how you can make a button in HyperCard which you can drag around the screen while in browse tool:
  122.  
  123. on mouseDown
  124.     global locList
  125.     wait 30 ticks
  126.     if the mouse is down then
  127.         repeat until the mouse is up
  128.             set the loc of the target to the mouseLoc
  129.             put the mouseLoc & return after locList
  130.         end repeat
  131.     else
  132.         repeat until locList is empty
  133.             set the loc of the target to line 1 of locList
  134.             delete line 1 of locList
  135.         end repeat
  136.     end if
  137. end mouseDown
  138.  
  139.     Thanks, Open Stack from Walking Shadow Press.        
  140. Reading Your Own Scripts
  141. To help you read your own HyperCard scripts when you write them out by hand, try putting an "indent number" in the margin before each line. For example:
  142.  
  143. (0)  on mouseUp
  144. (1)      visual dissolve to black
  145. (1)      go next card
  146. (0)  end mouseUp
  147.  
  148. ImageWriter LQ Free Fix
  149. If you have an ImageWriter LQ with a serial below 180700530, you may have a problem causing the print head to move too far to the right. There is a "no charge" fix for this, so see your Apple dealer.
  150.  
  151. One More Time
  152. If you own a Mac II and it bombs in a way which won’t let you into your hard disk, try this: Boot with a floppy. Now hold down Command/Shift/Open and select the Control Panel. This will let you reset PRAM. You should be able to boot with your hard disk now. This hint has been printed here before, but it is an important one. Cut this out and paste it somewhere accessible.
  153.  
  154. About Keyboards, Mice & SCSI Devices
  155. Never connect or disconnect keyboards, mice or SCSI devices until all power is turned off to the Mac and all peripherals.
  156.  
  157. QuicKeys QuicKie
  158. Have you forgotten that you don’t have to go to the Control Panel to enter a new QuicKey? Command/Option/Return will get you into the dialog box. That’s if you didn’t change the default keystroke for this move, which is called QuickPanel under the Specials menu item in the QuicKey dialog box.
  159.  
  160. Dunce Cap For Word 3.0X
  161. Try this in Word 3.0X. Type 5 - (2+1). Highlight this formula. Press Command/= and the answer appears in the lower left corner of your screen. That’s the good news. The bad news is that the answer is 4, and that is not right. The right answer is 2.
  162. Word cannot handle mathematical expressions including parentheses. So much for Microsoft math. 
  163.  
  164. New HyperCard Abbreviations
  165. HyperCard 1.2 saves typing time by permitting these new abbreviations in scripts: bg, bgs, btn, btns, cd, cds, fld, flds, grey, pict and rect.
  166.  
  167. Reason to Get HyperCard 1.2
  168. Here’s a reason why you want HyperCard 1.2. Hold down the Command and Option keys and click a button. Bingo, you are in the editing box. Add the Shift key and click on a field to edit a field’s script. This is fast and great.
  169.  
  170. Couldn’t Make It Work? No Wonder!
  171. The goof of the year is a recent hint I gave you about making gray scale or pattern filled letters with Canvas. I left out a line! Here‘s the whole thing spelled out correctly:
  172.  
  173. 1. Open Canvas and select the text tool
  174. 2. Select font, size, style and type the text
  175. 3. Press Enter and select the rectangle tool
  176. 4. Draw a box large enough so the text can fit into it
  177. 5. Double click the rectangle to make it a paint object
  178. 6. Select the 72 dpi option
  179. 7. Use the eraser tool and erase the border line
  180. 8. Select the paint bucket tool
  181. 9. Choose a pattern for the text. Fill the rectangle with this pattern by clicking the mouse in the rectangle
  182. 10. Choose the arrow tool
  183. 11. With the rectangle selected, choose  not bic from the Transfer Mode palette
  184. 12. Drag the rectangle on top of the text
  185. 13. Select All (Command/A) and select Group (Command/G).
  186. That’s it! The missing line was line 11. Sorry ‘bout that! 
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.